home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 32
/
PC Gamer IT CD 32 2-2.iso
/
MECHCMDR
/
Data
/
objects
/
object2.pak
/
Unnamed File 000523
< prev
next >
Wrap
Text File
|
1998-04-08
|
923b
|
29 lines
FITini
//---------------------------------------------------------------------------
//
// MapIcon: Mine Indicator
// BASE ID: 59
//
//---------------------------------------------------------------------------
[ObjectClass]
l ObjectTypeNum = 13
[MineData]
ul dmgPotential = 5 //Five points of damage
f ExtentRadius = 25 //Five meters
l MineType = 3
[ObjectType]
st Name = "MINE2" // Text string giving a descriptive name (only 8 chars long!!)
l Type = 59 // ID number for this mech type
l Appearance = 0x020001DE
l Duration = -1 // Lasts forever = -1
l MaxDamage = 0 // Amount of damage mine does on impact
l ExplosionObject = 39 // Object Class Number of explosion
l DestroyedObject = -1 // Object Class Number of Destroyed shape
f ExtentRadius = 15 // Extent Radius in Meters (0 Can't hit hit ever)
FITEnd